home *** CD-ROM | disk | FTP | other *** search
OrangeCD theme | 2003-11-11 | 20.3 KB | 673 lines |
- /*
- Default Theme.dax
- Copyright (c) Firetongue Software, 1997-2003
- */
-
- start["Start page"] {
- show_tasks["Display common tasks"] : bool = true;
- show_news["Display new albums"] : bool = true;
- newssize["Number of new albums to display"] : int = 5;
- newscoversize["New album cover size (pixels)"] : int = 64;
- show_curdate["Display current date"] : bool = true;
- show_tips["Display tip of the day"] : bool = true;
- show_links["Display web links"] : bool = true;
- show_stats["Display database statistics"] : bool = true;
- show_google["Display Google search"] : bool = true;
- }
-
- album["Album page"] {
- albumcoversize["Album cover size (pixels)"] : int = 170;
- show_shelfid["Display reference number"] : bool = true;
- show_label["Display label and number"] : bool = true;
- show_format["Display format"] : bool = true;
- show_releasedate["Display release date"] : bool = true;
- show_category["Display category"] : bool = true;
- show_genre["Display genre"] : bool = true;
- show_mono["Display mono/stereo/multichannel"] : bool = true;
- show_live["Display live/studio"] : bool = true;
- show_bitrate["Display bitrate"] : bool = true;
-
- show_custom1["Display custom field 1"] : bool = false;
- show_custom2["Display custom field 2"] : bool = false;
- show_custom3["Display custom field 3"] : bool = false;
- show_custom4["Display custom field 4"] : bool = false;
-
- show_albumcredits["Display album credits"] : bool = true {
- show_producer["Display producer"] : bool = true;
- show_engineer["Display engineer"] : bool = true;
- show_conductor["Display conductor"] : bool = true;
- show_soloist["Display soloist"] : bool = true;
- show_orchestra["Display orchestra"] : bool = true;
- }
-
- show_albumnotes["Display album notes"] : bool = true {
- show_cddbext["Display FreeDB notes"] : bool = true;
- show_comment["Display personal notes"] : bool = true;
- }
-
- show_albumlinks["Display album web links"] : bool = true;
- show_medialink["Display MP3 file links"] : bool = true;
- }
-
- track["Track page"] {
- show_lyrics["Display lyrics"] : bool = true;
-
- show_trackcredits["Display track credits"] : bool = true {
- show_trackcomposer["Display composer"] : bool = true;
- show_trackauthor["Display lyrics author"] : bool = true;
- show_trackperformer["Display performer"] : bool = true;
- show_trackproducer["Display producer"] : bool = true;
- show_trackengineer["Display engineer"] : bool = true;
- show_trackconductor["Display conductor"] : bool = true;
- show_tracksoloist["Display soloist"] : bool = true;
- show_trackorchestra["Display orchestra"] : bool = true;
- }
-
- show_tracknotes["Display track notes"] : bool = true {
- show_trackcddbext["Display FreeDB notes"] : bool = true;
- show_trackcomment["Display personal notes"] : bool = true;
- }
- }
-
- fonts["Fonts"] {
- // make sure all fonts are in "pt/pt facename" format
- textfont["Text font"] : font = "8pt/11pt Verdana";
- titlefont["Title font"] : font = "11pt/14pt Arial";
- }
-
- colors["Colors"] {
- bgcolor["Background color"] : color = #FFFFFF;
- textcolor["Text color"] : color = #000000;
- linkcolor["Link color"] : color = #000000;
- hotcolor["Hot link color"] : color = #3333FF;
- paracolor["Paragraph color"] : color = #993333;
- headcolor["Header color"] : color = #808080;
- headtextcolor["Header text color"] : color = #FFFFFF;
- newsbgcolor["New album background color"] : color = #EEEEEE;
- shadecolor["Shade color"] : color = #E2E2E2;
- framecolor["Frame background color"] : color = #CCCCCC;
- }
-
- ::start/ui
-
- <html>
- <head>
- <meta http-equiv="MSThemeCompatible" content="yes">
- <!--[charset/]-->
- <title>My music collection</title>
- <style><!--
- body { font: $textfont; color: $textcolor; background-color: $bgcolor }
- td { font: $textfont; color: $textcolor }
- p { font: $textfont; color: $textcolor }
- h2 { font: $titlefont }
- a { color: $linkcolor; text-decoration: none }
- a:hover { color: $hotcolor; text-decoration: underline }
- img.cover { border-width: 1px; border-color: #CCCCCC }
- //--></style>
-
- <script language=javascript><!--
- function initPage() {
- <!--[if($show_tips)]-->
- document.all.tip.innerHTML = window.external.getTip(0);
- <!--[/if]-->
- }
- <!--[if($show_tips)]-->
- function nextTip() {
- document.all.tip.innerHTML = window.external.getTip(1);
- return false;
- }
- function prevTip() {
- document.all.tip.innerHTML = window.external.getTip(2);
- return false;
- }
- <!--[/if]-->
- //--></script>
-
- </head>
- <body style="margin:0" onload="initPage();">
-
- <table cellpadding=0 cellspacing=0 width="100%">
- <tr><td bgcolor=$headcolor>
- <h2 style="margin: 3pt; color: $headtextcolor">
- <b>My Music Collection</b>
- </h2></td><td bgcolor=$headcolor align=right>
- <!--[if($show_curdate)]-->
- <font color=$headtextcolor><!--[curdate/]--></font>
- <!--[/if]-->
- </td></tr></table>
-
- <table width="100%" cellspacing=0 cellpadding=6>
- <tr><td valign=top>
-
- <table width=100% cellpadding=0 cellspacing=0>
- <tr>
- <td></td>
- <td></td>
- </tr>
-
- <!--[if($show_tasks)]-->
- <tr>
- <td valign=top colspan=2>
- <b><font color=$paracolor>Tasks</font></b>
- <hr color=$framecolor size=1>
- </td>
- </tr>
- <tr>
- <td valign=top>
- <b>Browse albums:</b><br>
- <a href="javascript:window.external.browse(%22artistsort%22)">by artists</a><br>
- <a href="javascript:window.external.browse(%22categ%22)">by categories</a><br>
- <a href="javascript:window.external.browse(%22genre%22)">by genres</a><br>
- <a href="javascript:window.external.browse(%22format%22)">by formats</a><br>
- <a href="javascript:window.external.browse(%22label%22)">by labels</a><br>
- <a href="javascript:window.external.browse(%22producer%22)">by producers</a><br>
- </td>
- <td valign=top>
- <b>Add new albums:</b><br>
- <a href="javascript:window.external.addnew(0)">by scanning CD-ROM</a><br>
- <a href="javascript:window.external.addnew(1)">by scanning folders</a><br>
- <a href="javascript:window.external.addnew(2)">by typing</a><br>
- <a href="javascript:window.external.addnew(3)">search FreeDB.org</a>
- <hr color=$framecolor size=1>
- <b>Search:</b><br>
- <a href="javascript:window.external.search(0)"> Full-text search</a><br>
- <a href="javascript:window.external.search(1)"> Advanced search</a>
- <p>
- </td>
- </tr>
- <!--[/if]-->
-
- <!--[if($show_news)]-->
- <tr>
- <td colspan=2>
- <b><font color=$paracolor>Recent additions</font></b>
- <hr color=$framecolor size=1>
- <table width=100% cellpadding=0 cellspacing=0>
- <!--[album(top,$newssize,dateadded)]-->
- <tr>
- <td valign=top bgcolor=$newsbgcolor>
- <!--[albumpagelink]--><!--[cover($newscoversize)/]--><!--[/albumpagelink]-->
- </td>
- <td width=6 bgcolor=$newsbgcolor>
-
- </td>
- <td width=100% bgcolor=$newsbgcolor>
- <!--[artistlink]--><b><!--[artist/]--></b><!--[/artistlink]--><br>
- <!--[albumpagelink]--><!--[title/]--><!--[/albumpagelink]-->
- </td>
- </tr>
- <tr>
- <td colspan=3 height=6>
- </td>
- </tr>
- <!--[/album]-->
- </table>
- </td>
- </tr>
- <!--[/if]-->
-
- </table>
-
- </td><td width="140" valign=top>
-
- <!--[if($show_tips)]-->
- <table width=100% cellpadding=0 cellspacing=0>
- <tr><td colspan=3 bgcolor=$framecolor>
- <table cellpadding=3 cellspacing=0 width=100%><tr><td>
- <b>Tip of the day</b>
- </td></tr></table>
- </td></tr>
- <tr><td bgcolor=$framecolor width=1>
- </td><td>
- <table cellpadding=3 cellspacing=0 width=100%><tr>
- <td valign=top><div id=tip> </div>
- </td></tr><tr><td><div align=right>
- <input type=button value="Next Tip" style="font-size: 8pt" onclick="return nextTip();">
- </div>
- </td></tr></table>
- </td><td bgcolor=$framecolor width=1>
- </td></tr>
- <tr><td colspan=3 height=1 bgcolor=$framecolor></td></tr>
- <tr><td colspan=3 height=8></td></tr>
- </table>
- <!--[/if]-->
-
- <!--[if($show_links)]-->
- <table width=100% cellpadding=0 cellspacing=0>
- <tr><td colspan=3 bgcolor=$framecolor>
- <table cellpadding=3 cellspacing=0><tr><td>
- <b>Web links</b>
- </td></tr></table>
- </td></tr>
- <tr><td bgcolor=$framecolor width=1>
- </td><td>
- <table cellpadding=3 cellspacing=0 width=100%><tr><td>
- <a href="http://www.firetongue.com/" target=_blank>OrangeCD web site</a><br>
- <a href="http://forum.firetongue.com/" target=_blank>OrangeCD forums</a><br>
- <a href="http://www.freedb.org/" target=_blank>FreeDB web site</a><br>
- </td></tr></table>
- </td><td bgcolor=$framecolor width=1>
- </td></tr>
- <tr><td colspan=3 height=1 bgcolor=$framecolor></td></tr>
- <tr><td colspan=3 height=8></td></tr>
- </table>
- <!--[/if]-->
-
- <!--[if($show_google)]-->
- <table width=100% cellpadding=0 cellspacing=0>
- <tr><td colspan=3 bgcolor=$framecolor>
- <table cellpadding=3 cellspacing=0><tr><td>
- <b>Web search</b>
- </td></tr></table>
- </td></tr>
- <tr><td bgcolor=$framecolor width=1>
- </td><td>
- <table cellpadding=3 cellspacing=0 width=100%><tr><td>
- <form action="http://www.google.com/search" method=get target=_blank>
- <input type=text name=q style="width: 132px; font-size: 8pt"><br>
- <div align=right><input type=submit value="Search" style="font-size: 8pt"></div>
- </td></form></tr></table>
- </td><td bgcolor=$framecolor width=1>
- </td></tr>
- <tr><td colspan=3 height=1 bgcolor=$framecolor></td></tr>
- <tr><td colspan=3 height=8></td></tr>
- </table>
- <!--[/if]-->
-
- <!--[if($show_stats)]-->
- <table width=100% cellpadding=0 cellspacing=0>
- <tr><td colspan=3 bgcolor=$framecolor>
- <table cellpadding=3 cellspacing=0><tr><td>
- <b>Database stats</b>
- </td></tr></table>
- </td></tr>
- <tr><td bgcolor=$framecolor width=1>
- </td><td>
- <table cellpadding=3 cellspacing=0 width=100%><tr><td>
- <!--[datafilesize/]--><br>
- <!--[totalvolumes/]--> disks<br>
- <hr size=1 color=$framecolor>
- Last backup: <!--[lastbackupdate/]--><br>
- </td></tr></table>
- </td><td bgcolor=$framecolor width=1>
- </td></tr>
- <tr><td colspan=3 height=1 bgcolor=$framecolor></td></tr>
- <tr><td colspan=3 height=8></td></tr>
- </table>
- <!--[/if]-->
-
- </td>
- </tr></table>
- </body>
- </html>
-
- ::album/ui
-
- <html>
- <head>
- <!--[charset/]-->
- <title><!--[artist]-->New Artist<!--[/artist]-->
- : <!--[title]-->New Title<!--[/title]--></title>
- <style><!--
- body { font: $textfont; color: $textcolor; background-color: $bgcolor }
- td { font: $textfont; color: $textcolor }
- p { font: $textfont; color: $textcolor }
- h2 { font: $titlefont }
- a { color: $linkcolor; text-decoration: none }
- a:hover { color: $hotcolor; text-decoration: underline }
- img.cover { border-width: 1px; border-color: #CCCCCC }
- //--></style>
- </head>
-
- <body leftmargin=10 topmargin=10>
- <table width="100%" cellpadding=0 cellspacing=0><tbody><tr>
- <!--[if(cover)]-->
- <td valign=top width=0><!--[coverlink]--><!--[cover($albumcoversize)/]--><!--[/coverlink]--></td>
- <td> </td>
- <!--[/if]-->
- <td valign=top width="100%">
- <h2 style="margin: 0 0 20 0"><b><!--[artistlink]--><!--[artist]-->New Artist<!--[/artist]--><!--[/artistlink]--></b>
- <br><!--[title]-->New Title<!--[/title]--></h2>
-
- <!--[if($show_shelfid)]-->
- <b>#</b> <!--[shelfid]-->not assigned<!--[/shelfid]--><br>
- <!--[/if]-->
-
- <!--[if($show_label)]-->
- <b>Label:</b> <!--[label/]--> <!--[number/]--><br>
- <!--[/if]-->
-
- <!--[if($show_format)]-->
- <b>Format:</b> <!--[format/]--><br>
- <!--[/if]-->
-
- <!--[if($show_releasedate)]-->
- <!--[if(releasedate)]-->
- <b>Date:</b> <!--[releasedate/]--><br>
- <!--[/if]-->
- <!--[/if]-->
-
- <!--[if($show_category)]-->
- <!--[if(category)]-->
- <b>Category:</b> <!--[category/]--><br>
- <!--[/if]-->
- <!--[/if]-->
-
- <!--[if($show_genre)]-->
- <!--[if(genre)]-->
- <b>Genre:</b> <!--[genre/]--><br>
- <!--[/if]-->
- <!--[/if]-->
-
- <!--[if($show_live)]-->
- <b>Live/studio:</b>
- <!--[if(live)]-->
- Live<br>
- <!--[else]-->
- Studio<br>
- <!--[/if]-->
- <!--[/if]-->
-
- <!--[if($show_mono)]-->
- <b>Audio:</b>
- <!--[if(mono)]-->
- Mono<br>
- <!--[else]-->
- <!--[if(quadro)]-->
- Multichannel<br>
- <!--[else]-->
- Stereo<br>
- <!--[/if]-->
- <!--[/if]-->
- <!--[/if]-->
-
- <!--[if($show_bitrate)]-->
- <!--[if(bitrate)]-->
- <b>Bitrate:</b> <!--[bitrate/]--> Kbps<br>
- <!--[/if]-->
- <!--[/if]-->
-
- <!--[if($show_custom1)]-->
- <!--[if(custom1)]-->
- <b><!--[customname1/]-->:</b> <!--[custom1/]--><br>
- <!--[/if]-->
- <!--[/if]-->
-
- <!--[if($show_custom2)]-->
- <!--[if(custom2)]-->
- <b><!--[customname2/]-->:</b> <!--[custom2/]--><br>
- <!--[/if]-->
- <!--[/if]-->
-
- <!--[if($show_custom3)]-->
- <!--[if(custom3)]-->
- <b><!--[customname3/]-->:</b> <!--[custom3/]--><br>
- <!--[/if]-->
- <!--[/if]-->
-
- <!--[if($show_custom4)]-->
- <!--[if(custom4)]-->
- <b><!--[customname4/]-->:</b> <!--[custom4/]--><br>
- <!--[/if]-->
- <!--[/if]-->
-
- </td></tr></table>
- <p>
-
- <table width="100%" bgcolor=$shadecolor cellpadding=0 style="margin-bottom:5pt"><tr>
- <td align=left><b>TRACK LISTING</b></td>
- <td align=right valign=center><a href="javascript:window.external.editdisc(0,1);"><u>edit</u></a></td></tr></table>
-
- <!--[volume]--><!--[if(volumename)]--><!--[volumename/]--> [<!--[volumetime/]-->]<!--[/if]-->
- <table width="100%" cellpadding=0 cellspacing=1 style="margin-bottom: 7pt">
- <!--[track]--><tr><td valign=top><!--[tracknum/]-->. </td><td width="100%" valign=top><b><!--[tracklink]--><!--[tracktitle/]--><!--[/tracklink]--></b> <!--[tracktime/]-->
-
- <!--[if($show_medialink)]-->
- <!--[if(medialink)]-->
- <!--[medialink]--><u>play</u><!--[/medialink]-->
- <!--[/if]-->
- <!--[/if]-->
-
- </td></tr>
- <!--[if(trackArtist)]--><tr><td></td><td valign=top><i><!--[artistlink]--><!--[trackartist/]--><!--[/artistlink]--></i></td></tr>
- <!--[/if]--><!--[/track]--></table>
- <!--[/volume]-->
- Total time: <!--[albumtime/]-->
- <p>
-
- <!--[if($show_albumcredits)]-->
- <table width="100%" bgcolor=$shadecolor cellpadding=0 style="margin-bottom:5pt"><tr>
- <td align=left><b>CREDITS</b></td>
- <td align=right><a href="javascript:window.external.editdisc(0,3);"><u>edit</u></a></td></tr></table>
-
- <!--[if($show_producer)]-->
- <!--[if(producer)]-->
- <b>Producer:</b> <!--[producer/]--><br>
- <!--[/if]-->
- <!--[/if]-->
-
- <!--[if($show_engineer)]-->
- <!--[if(engineer)]-->
- <b>Engineer:</b> <!--[engineer/]--><br>
- <!--[/if]-->
- <!--[/if]-->
-
- <!--[if($show_conductor)]-->
- <!--[if(conductor)]-->
- <b>Conductor:</b> <!--[conductor/]--><br>
- <!--[/if]-->
- <!--[/if]-->
-
- <!--[if($show_soloist)]-->
- <!--[if(soloist)]-->
- <b>Soloist:</b> <!--[soloist/]--><br>
- <!--[/if]-->
- <!--[/if]-->
-
- <!--[if($show_orchestra)]-->
- <!--[if(orchestra)]-->
- <b>Orchestra:</b> <!--[orchestra/]--><br>
- <!--[/if]-->
- <!--[/if]-->
- <p>
- <!--[/if]-->
-
- <!--[if($show_albumnotes)]-->
- <table width="100%" bgcolor=$shadecolor cellpadding=0 style="margin-bottom:5pt"><tr>
- <td align=left><b>NOTES</b></td>
- <td align=right><a href="javascript:window.external.editdisc(0,4);"><u>edit</u></a></td></tr></table>
-
- <!--[if($show_cddbext)]-->
- <!--[if(cddbext)]-->
- <u>From FreeDB</u><br>
- <!--[cddbext/]--><p>
- <!--[/if]-->
- <!--[/if]-->
-
- <!--[if($show_comment)]-->
- <!--[if(comment)]--><u>Personal notes</u><br>
- <!--[comment/]-->
- <!--[/if]--><p>
- <!--[/if]-->
- <!--[/if]-->
-
- <!--[if($show_albumlinks)]-->
- <table width="100%" bgcolor=$shadecolor cellpadding=0 style="margin-bottom: 5pt"><tr>
- <td align=left><b>WEB LINKS</b></td>
- <td align=right><a href="javascript:window.external.editartist(0,1);"><u>edit</u></a></td></tr></table>
-
- <!--[webshortcut]-->
- <b><!--[webshortcutlink]--><!--[webshortcuttitle/]--><!--[/webshortcutlink]--></b>
- <!--[if(webshortcutdesc)]-->- <!--[webshortcutdesc/]--><!--[/if]--><br>
- <!--[/webshortcut]-->
- <p>
- <!--[/if]-->
-
- </html>
-
- ::track/ui
-
- <html>
- <head>
- <!--[charset/]-->
- <title>
- <!--[if(trackartist)]--><!--[trackartist/]-->
- <!--[else]--><!--[artist]-->New Artist<!--[/artist]--><!--[/if]-->
- : <!--[tracktitle]-->New Title<!--[/tracktitle]-->
- </title>
- <style><!--
- body { font: $textfont; color: $textcolor; background-color: $bgcolor }
- td { font: $textfont; color: $textcolor }
- p { font: $textfont; color: $textcolor }
- a { color: $linkcolor; text-decoration: none }
- a:hover { color: $hotcolor; text-decoration: underline }
- h2 { font: $titlefont }
- h3 { font: $textfont }
- //--></style>
- </head>
- <body leftmargin=10 topmargin=10>
-
- <h2><b><!--[artistlink]--><!--[if(trackartist)]--><!--[trackartist/]--><!--[else]--><!--[artist/]--><!--[/if]--><!--[/artistlink]--></b><br>
- <!--[tracktitle/]--></h2>
- <h3>(from <!--[albumpagelink]--><b><!--[title/]--></b><!--[/albumpagelink]-->)</h3>
-
- <!--[if($show_lyrics)]-->
- <table width="100%" bgcolor=$shadecolor cellpadding=0 style="margin-bottom:5pt"><tr>
- <td align=left><b>LYRICS</b></td>
- <td align=right valign=top><a href="javascript:window.external.edittrk(0,0,3);"><u>edit</u></a></td></tr></table>
-
- <!--[lyrics/]-->
- <p>
- <!--[/if]-->
-
- <!--[if($show_trackcredits)]-->
- <table width="100%" bgcolor=$shadecolor cellpadding=0 style="margin-bottom:5pt"><tr>
- <td align=left><b>CREDITS</b></td>
- <td align=right valign=top><a href="javascript:window.external.edittrk(0,0,0);"><u>edit</u></a></td></tr></table>
-
- <!--[if($show_trackcomposer)]-->
- <!--[if(trackcomposer)]-->
- <b>Composer:</b> <!--[trackcomposer/]--><br>
- <!--[/if]-->
- <!--[/if]-->
-
- <!--[if($show_trackauthor)]-->
- <!--[if(trackauthor)]-->
- <b>Lyrics:</b> <!--[trackauthor/]--><br>
- <!--[/if]-->
- <!--[/if]-->
-
- <!--[if($show_trackperformer)]-->
- <!--[if(trackperformer)]-->
- <b>Performer:</b> <!--[trackperformer/]--><br>
- <!--[/if]-->
- <!--[/if]-->
-
- <!--[if($show_trackproducer)]-->
- <!--[if(trackproducer)]-->
- <b>Producer:</b> <!--[trackproducer/]--><br>
- <!--[/if]-->
- <!--[/if]-->
-
- <!--[if($show_trackengineer)]-->
- <!--[if(trackengineer)]-->
- <b>Engineer:</b> <!--[trackengineer/]--><br>
- <!--[/if]-->
- <!--[/if]-->
-
- <!--[if($show_trackconductor)]-->
- <!--[if(trackconductor)]-->
- <b>Conductor:</b> <!--[trackconductor/]--><br>
- <!--[/if]-->
- <!--[/if]-->
-
- <!--[if($show_tracksoloist)]-->
- <!--[if(tracksoloist)]-->
- <b>Soloist:</b> <!--[tracksoloist/]--><br>
- <!--[/if]-->
- <!--[/if]-->
-
- <!--[if($show_trackorchestra)]-->
- <!--[if(trackorchestra)]-->
- <b>Orchestra:</b> <!--[trackorchestra/]--><br>
- <!--[/if]-->
- <!--[/if]-->
- <p>
- <!--[/if]-->
-
- <!--[if($show_tracknotes)]-->
- <table width="100%" bgcolor=$shadecolor cellpadding=0 style="margin-bottom:5pt"><tr>
- <td align=left><b>NOTES</b></td>
- <td align=right><a href="javascript:window.external.edittrk(0,0,2);"><u>edit</u></a></td></tr></table>
-
- <!--[if($show_trackcddbext)]-->
- <!--[if(trackcddbext)]-->
- <u>From FreeDB</u><br>
- <!--[trackcddbext/]--><p>
- <!--[/if]-->
- <!--[/if]-->
-
- <!--[if($show_trackcomment)]-->
- <!--[if(trackcomment)]--><u>Personal notes</u><br>
- <!--[trackcomment/]-->
- <!--[/if]--><p>
- <!--[/if]-->
-
- <!--[/if]-->
-
- </html>
-
- ::query/ui
-
- <html>
- <head>
- <!--[charset/]-->
- <title><!--[querytitle/]--></title>
- <style><!--
- a { color: $headtextcolor; text-decoration: none }
- a:hover { color: $headtextcolor; text-decoration: underline }
- h2 { font: $titlefont }
- //--></style>
- </head>
- <body scroll=no style="margin:0">
- <table cellpadding=0 cellspacing=0 width="100%" height="100%">
- <tr><td bgcolor=$headcolor>
- <h2 style="margin: 3pt; color: $headtextcolor">
- <!--[querypart]--><!--[querypartlink]--><!--[queryparttitle/]--><!--[/querypartlink]--> >
- <!--[/querypart]--><b><!--[querytitle/]--></b>
- </h2>
- </td></tr>
- <tr><td height="100%">
- <object width="100%" height="100%" classid="clsid:ab005629-0afa-11d5-bce6-082201440300" style="border:0"></object>
- </td></tr>
- </table>
- </body>
- </html>
-
- ::report/ui
-
- <html>
- <head>
- <!--[CharSet/]-->
- <title>Statistics</title>
- <style><!--
- body { font: $textfont; color: $textcolor; background-color: $bgcolor; margin: 0 0 0 0 }
- td { font: $textfont; bgcolor: $bgcolor; color: $textcolor }
- a { color: $linkcolor; text-decoration: none }
- a:hover { color: $hotcolor; text-decoration: underline }
- h2 { font: $titlefont }
- img.piechart { }
- //--></style>
- </head>
- <body><table cellpadding=0 cellspacing=0 width="100%" height="100%" border=0>
- <tr><td bgcolor=$headcolor>
- <h2 style="margin: 3pt; color: $headtextcolor"><b><!--[reportfield/]--></b></h2>
- </td></tr>
- <tr><td height=100% align=left valign=top>
- <table>
- <tr><td valign=top><!--[reportchart/]--></td>
- <td><!--[reportlegend/]--></td></tr>
- </table>
- </td></tr>
- </table></body>
-